
.eventsFeatured .calendarContainer { height: 550px; }
@media all and (min-width: 1024px) {
    .eventsFeatured .calendarContainer { height: 700px; }
}
#calendarEvents.calendarContent.weekly-view .singleEvent {
    display: block !important;
}
#calendarEvents .emptyMessage {
    padding: 40px;
    color: #CC0033;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
    letter-spacing: 0.09px;    
}

#calendarEvents .cardEvent__textTitle {
    min-height: auto;   
}

.calendar-container {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
@media all and (min-width: 1024px) {
    .calendar-container {
        padding-left: 15px;
        padding-right: 25px;
    }
}

@media all and (min-width: 1440px) {
    .calendar-container {
        padding-left: 35px;
        padding-right: 25px;
    }
}
@media all and (min-width: 1600px) {
    .calendar-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    background-color: #ededf3;
    margin-top: 10px;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
}
.calendar-day a, .empty {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 30px;
}
@media all and (min-width: 768px) and (max-width: 992px) {
     .calendar-day a, .empty {
         padding: 10px;
        width: 65px;
        height: 50px;
    }   
}
@media all and (min-width: 1600px) {
     .calendar-day a, .empty {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 50px;
    }   
}
.calendar-day {
    font-weight: 800;
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.09px;
    color:#A8A6BD;   
}
.calendar-day.highlight a:after {
    content: '';
    position: absolute;
    background-color: #CC0033;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border-radius: 50%;
    bottom: 7px;
    left: 48%;
    transform: translateX(-50%);    
}
@media all and (min-width: 390px) {
    .calendar-day.highlight a:after {
        left: 45%;   
    }
}
@media all and (min-width: 410px) {
    .calendar-day.highlight a:after {
        left: 23px;
    }
}
@media all and (min-width: 450px) {
    .calendar-day.highlight a:after {
        left: 24px;
    }
}
@media all and (min-width: 590px) {
    .calendar-day.highlight a:after {
        left: 24px;
    }
}
@media all and (min-width: 768px) {
    .calendar-day.highlight a:after {
        left: 33px;
    }
}
@media all and (min-width: 1024px) {
    .calendar-day.highlight a:after {
        left: 23px;
    }
}
@media all and (min-width: 1600px) {
    .calendar-day.highlight a:after {
        left: 48%;
    }
}
.highlight {
    position: relative;
    color: #252159;
    font-weight: bold;
}
.calendar-day a.active { background-color: #FFFFFF;}
.calendar-day.highlight a { color: #252159;} 
.highlight a:hover { }
.calendar-day a { color:#A8A6BD; transition: background-color .2s linear; }
.calendar-day a:hover { background-color: white; }
.calendar-day-label {
    padding: 10px;
    text-align: left;
    font-weight: bold;
    color: #252159;    
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.09px;
    text-transform: uppercase;    
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .calendar-day-label {
        padding-left: 20px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) and (max-width: 1599px) {
     .calendar-day-label {
        padding-left: 10px;
        text-align: left;
    }   
}
@media all and (min-width: 1600px) {
     .calendar-day-label {
        text-align: center;
    }   
}


/* events features card radio butons spacing*/
@media (min-width: 1024px) {
  .eventsFeatured .calendarContainer .controlsContainer {
    padding: 0 15px 0 21px;
  }
}
@media (min-width: 1280px) {
  .eventsFeatured .calendarContainer .controlsContainer {
    padding: 0 15px 0 21px;
  }
}

@media (min-width: 1440px) {
  .eventsFeatured .calendarContainer .controlsContainer {
    padding: 0 30px 0 41px;
  }
}


@media (min-width: 1280px) {
  .eventsFeatured .calendarContainer .controlsContainer .tabsContainer input.calendarRadioTab:first-child + label {
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .eventsFeatured .calendarContainer .controlsContainer .tabsContainer input.calendarRadioTab:first-child + label {
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  .eventsFeatured .calendarContainer .controlsContainer .tabsContainer input.calendarRadioTab:first-child + label {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .eventsFeatured .calendarContainer .title h6 {
    padding: 29px 20px 19px 21px;
  }
}
@media (min-width: 1440px) {
  .eventsFeatured .calendarContainer .title h6 {
    padding: 29px 40px 19px;
  }
}

.eventsFeatured .calendarContainer .controlsContainer .tabsContainer input.calendarRadioTab:first-child + label { margin-right: 20px; }
@media all and (min-width: 768px) { .eventsFeatured .calendarContainer .controlsContainer .tabsContainer input.calendarRadioTab:first-child + label { margin-right: 40px; } }

#spinner {
    position: absolute;
    top: 300px;
    left: 160px;
    visibility: hidden;
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}
@media all and (min-width: 768px) {
    #spinner {
        transform: translateX(-50%);
        left: 50%;   
    }
}

@keyframes l5 {
  0% {box-shadow: 20px 0 #0002, -20px 0 #0002;background: #0002 }
  33% {box-shadow: 20px 0 #0002, -20px 0 #c03;background: #c03}
  66% {box-shadow: 20px 0 #c03,-20px 0 #0002; background: #c03}
  100%{box-shadow: 20px 0 #c03,-20px 0 #0002; background: #0002 }
}

.visibility-hidden { visibility: hidden; }



